Html Css Color HEX #6B3CD2 Purple Heart

📋 copy color: '#6B3CD2'

red 107 ◦ green 60 ◦ blue 210

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

Shades of Purple Heart #6B3CD2

Tints of Purple Heart #6B3CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 210 (82.42% from 255) = 55.7%

R = 28.38%
G = 15.92%
B = 55.7%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B3CD2 (or 0x6B3CD2) is known color: Purple Heart. HEX triplet: 6B, 3C and D2. RGB value is (107,60,210). Sum of RGB (Red+Green+Blue) = 107+60+210=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #6B3CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CD2 is #94C32D. Grayscale: #5A5A5A. Windows color (decimal): -9749294 or 13778027. OLE color: 13778027.

HSL color Cylindrical-coordinate representation of color #6B3CD2: hue angle of 258.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3CD2 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 60 210 -
CMYK 0.49 0.71 0 0.18
HSL 258.8º 0.63% 0.53% -
HSV(B) 258.8º 0.71% 0.82% -
XYZ 19.31 11.01 62.08 -
YUV 91.15 195.07 139.3 -
System Red Green Blue C M Y K H S L
Decimal 107 60 210 0.49 0.71 0 0.18 258.8 0.63 0.53
Hex 6B 3C D2 31 47 0 12 103 3E 35
Octal 153 74 322 61 107 0 22 403 76 65
Binary 1101011 111100 11010010 110001 1000111 0 10010 100000011 111110 110101

Color Harmonies of #6B3CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CD2

Black with #6B3CD2

Text Example


Text Example

White with #6B3CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,60,210); }

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

background-color css

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

 a { background-color: rgb(107,60,210); }

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

border-color css

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

 span { border-color: rgb(107,60,210); }

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