Html Css Color HEX #6B3BCC Purple Heart

📋 copy color: '#6B3BCC'

red 107 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #6B3BCC

Tints of Purple Heart #6B3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.95%

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 28.92%
G = 15.95%
B = 55.14%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B3BCC (or 0x6B3BCC) is known color: Purple Heart. HEX triplet: 6B, 3B and CC. RGB value is (107,59,204). Sum of RGB (Red+Green+Blue) = 107+59+204=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B3BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BCC is #94C433. Grayscale: #595959. Windows color (decimal): -9749556 or 13384555. OLE color: 13384555.

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

Color convert

RGB 107 59 204 -
CMYK 0.48 0.71 0 0.2
HSL 259.86º 0.59% 0.52% -
HSV(B) 259.86º 0.71% 0.8% -
XYZ 18.53 10.61 58.2 -
YUV 89.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 107 59 204 0.48 0.71 0 0.2 259.86 0.59 0.52
Hex 6B 3B CC 30 47 0 14 104 3B 34
Octal 153 73 314 60 107 0 24 404 73 64
Binary 1101011 111011 11001100 110000 1000111 0 10100 100000100 111011 110100

Color Harmonies of #6B3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BCC

Black with #6B3BCC

Text Example


Text Example

White with #6B3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,59,204); }

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

background-color css

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

 a { background-color: rgb(107,59,204); }

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

border-color css

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

 span { border-color: rgb(107,59,204); }

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