Html Css Color HEX #6A08CC Purple Heart

📋 copy color: '#6A08CC'

red 106 ◦ green 8 ◦ blue 204

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

Shades of Purple Heart #6A08CC

Tints of Purple Heart #6A08CC

RGB

 RED value IS 106 (41.8% from 255) = 33.33%

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 33.33%
G = 2.52%
B = 64.15%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A08CC (or 0x6A08CC) is known color: Purple Heart. HEX triplet: 6A, 08 and CC. RGB value is (106,8,204). Sum of RGB (Red+Green+Blue) = 106+8+204=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A08CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A08CC is #95F733. Grayscale: #3A3A3A. Windows color (decimal): -9828148 or 13371498. OLE color: 13371498.

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

Color convert

RGB 106 8 204 -
CMYK 0.48 0.96 0 0.2
HSL 270º 0.92% 0.42% -
HSV(B) 270º 0.96% 0.8% -
XYZ 16.93 7.6 57.7 -
YUV 59.65 209.47 161.06 -
System Red Green Blue C M Y K H S L
Decimal 106 8 204 0.48 0.96 0 0.2 270 0.92 0.42
Hex 6A 8 CC 30 60 0 14 10E 5C 2A
Octal 152 10 314 60 140 0 24 416 134 52
Binary 1101010 1000 11001100 110000 1100000 0 10100 100001110 1011100 101010

Color Harmonies of #6A08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A08CC

Black with #6A08CC

Text Example


Text Example

White with #6A08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,8,204); }

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

background-color css

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

 a { background-color: rgb(106,8,204); }

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

border-color css

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

 span { border-color: rgb(106,8,204); }

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