Html Css Color HEX #6B3ABE Purple Heart

📋 copy color: '#6B3ABE'

red 107 ◦ green 58 ◦ blue 190

#6B3ABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6B3ABE

Tints of Purple Heart #6B3ABE

RGB

 RED value IS 107 (42.19% from 255) = 30.14%

 GREEN value IS 58 (23.05% from 255) = 16.34%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 30.14%
G = 16.34%
B = 53.52%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B3ABE (or 0x6B3ABE) is known color: Purple Heart. HEX triplet: 6B, 3A and BE. RGB value is (107,58,190). Sum of RGB (Red+Green+Blue) = 107+58+190=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B3ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ABE is #94C541. Grayscale: #575757. Windows color (decimal): -9749826 or 12466795. OLE color: 12466795.

HSL color Cylindrical-coordinate representation of color #6B3ABE: hue angle of 262.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B3ABE is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 58 190 -
CMYK 0.44 0.69 0 0.25
HSL 262.27º 0.53% 0.49% -
HSV(B) 262.27º 0.69% 0.75% -
XYZ 16.87 9.87 49.73 -
YUV 87.7 185.73 141.77 -
System Red Green Blue C M Y K H S L
Decimal 107 58 190 0.44 0.69 0 0.25 262.27 0.53 0.49
Hex 6B 3A BE 2C 45 0 19 106 35 31
Octal 153 72 276 54 105 0 31 406 65 61
Binary 1101011 111010 10111110 101100 1000101 0 11001 100000110 110101 110001

Color Harmonies of #6B3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3ABE

Black with #6B3ABE

Text Example


Text Example

White with #6B3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B3ABE; }

 p { color: rgb(107,58,190); }

 H1.HeaderClassName
 {
   color: #6B3ABE;
 }
 .AnyTagClassName
 {
   color: #6B3ABE;
 }
</style>

background-color css

<style>
 a { background-color: #6B3ABE; }

 a { background-color: rgb(107,58,190); }

 div.DivClassName
 {
   background-color: #6B3ABE;
 }
 .BgClassName
 {
   background-color: #6B3ABE;
 }
</style>

border-color css

<style>
 span { border-color: #6B3ABE; }

 span { border-color: rgb(107,58,190); }

 td.TdClassName
 {
   border-color: #6B3ABE;
 }
 .TagClassName
 {
   border-color: #6B3ABE;
 }
</style>