Html Css Color HEX #6B3CCE Purple Heart

📋 copy color: '#6B3CCE'

red 107 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #6B3CCE

Tints of Purple Heart #6B3CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 28.69%
G = 16.09%
B = 55.23%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B3CCE (or 0x6B3CCE) is known color: Purple Heart. HEX triplet: 6B, 3C and CE. RGB value is (107,60,206). Sum of RGB (Red+Green+Blue) = 107+60+206=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CCE is #94C331. Grayscale: #5A5A5A. Windows color (decimal): -9749298 or 13515883. OLE color: 13515883.

HSL color Cylindrical-coordinate representation of color #6B3CCE: hue angle of 259.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3CCE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 60 206 -
CMYK 0.48 0.71 0 0.19
HSL 259.32º 0.6% 0.52% -
HSV(B) 259.32º 0.71% 0.81% -
XYZ 18.82 10.81 59.49 -
YUV 90.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 107 60 206 0.48 0.71 0 0.19 259.32 0.6 0.52
Hex 6B 3C CE 30 47 0 13 103 3C 34
Octal 153 74 316 60 107 0 23 403 74 64
Binary 1101011 111100 11001110 110000 1000111 0 10011 100000011 111100 110100

Color Harmonies of #6B3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CCE

Black with #6B3CCE

Text Example


Text Example

White with #6B3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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