Html Css Color HEX #6B3CCB Purple Heart

📋 copy color: '#6B3CCB'

red 107 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #6B3CCB

Tints of Purple Heart #6B3CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.86%

R = 28.92%
G = 16.22%
B = 54.86%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B3CCB (or 0x6B3CCB) is known color: Purple Heart. HEX triplet: 6B, 3C and CB. RGB value is (107,60,203). Sum of RGB (Red+Green+Blue) = 107+60+203=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B3CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CCB is #94C334. Grayscale: #595959. Windows color (decimal): -9749301 or 13319275. OLE color: 13319275.

HSL color Cylindrical-coordinate representation of color #6B3CCB: hue angle of 259.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B3CCB is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 60 203 -
CMYK 0.47 0.70 0 0.20
HSL 259.72º 0.58% 0.52% -
HSV(B) 259.72º 0.7% 0.8% -
XYZ 18.46 10.67 57.59 -
YUV 90.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 107 60 203 0.47 0.70 0 0.20 259.72 0.58 0.52
Hex 6B 3C CB 2F 46 0 14 104 3A 34
Octal 153 74 313 57 106 0 24 404 72 64
Binary 1101011 111100 11001011 101111 1000110 0 10100 100000100 111010 110100

Color Harmonies of #6B3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CCB

Black with #6B3CCB

Text Example


Text Example

White with #6B3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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