Html Css Color HEX #6A04CA Purple Heart

📋 copy color: '#6A04CA'

red 106 ◦ green 4 ◦ blue 202

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

Shades of Purple Heart #6A04CA

Tints of Purple Heart #6A04CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 33.97%
G = 1.28%
B = 64.74%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A04CA (or 0x6A04CA) is known color: Purple Heart. HEX triplet: 6A, 04 and CA. RGB value is (106,4,202). Sum of RGB (Red+Green+Blue) = 106+4+202=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A04CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A04CA is #95FB35. Grayscale: #383838. Windows color (decimal): -9829174 or 13239402. OLE color: 13239402.

HSL color Cylindrical-coordinate representation of color #6A04CA: hue angle of 270.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A04CA is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 4 202 -
CMYK 0.48 0.98 0 0.21
HSL 270.91º 0.96% 0.4% -
HSV(B) 270.91º 0.98% 0.79% -
XYZ 16.65 7.42 56.43 -
YUV 57.07 209.79 162.9 -
System Red Green Blue C M Y K H S L
Decimal 106 4 202 0.48 0.98 0 0.21 270.91 0.96 0.4
Hex 6A 4 CA 30 62 0 15 10F 60 28
Octal 152 4 312 60 142 0 25 417 140 50
Binary 1101010 100 11001010 110000 1100010 0 10101 100001111 1100000 101000

Color Harmonies of #6A04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A04CA

Black with #6A04CA

Text Example


Text Example

White with #6A04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,202); }

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

background-color css

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

 a { background-color: rgb(106,4,202); }

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

border-color css

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

 span { border-color: rgb(106,4,202); }

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