Html Css Color HEX #6B05CC Purple Heart

📋 copy color: '#6B05CC'

red 107 ◦ green 5 ◦ blue 204

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

Shades of Purple Heart #6B05CC

Tints of Purple Heart #6B05CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 33.86%
G = 1.58%
B = 64.56%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B05CC (or 0x6B05CC) is known color: Purple Heart. HEX triplet: 6B, 05 and CC. RGB value is (107,5,204). Sum of RGB (Red+Green+Blue) = 107+5+204=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05CC is #94FA33. Grayscale: #393939. Windows color (decimal): -9763380 or 13370731. OLE color: 13370731.

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

Color convert

RGB 107 5 204 -
CMYK 0.48 0.98 0 0.2
HSL 270.75º 0.95% 0.41% -
HSV(B) 270.75º 0.98% 0.8% -
XYZ 17.02 7.59 57.7 -
YUV 58.18 210.29 162.82 -
System Red Green Blue C M Y K H S L
Decimal 107 5 204 0.48 0.98 0 0.2 270.75 0.95 0.41
Hex 6B 5 CC 30 62 0 14 10F 5F 29
Octal 153 5 314 60 142 0 24 417 137 51
Binary 1101011 101 11001100 110000 1100010 0 10100 100001111 1011111 101001

Color Harmonies of #6B05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B05CC

Black with #6B05CC

Text Example


Text Example

White with #6B05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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