Html Css Color HEX #6A04BC Purple Heart

📋 copy color: '#6A04BC'

red 106 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #6A04BC

Tints of Purple Heart #6A04BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 35.57%
G = 1.34%
B = 63.09%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A04BC (or 0x6A04BC) is known color: Purple Heart. HEX triplet: 6A, 04 and BC. RGB value is (106,4,188). Sum of RGB (Red+Green+Blue) = 106+4+188=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A04BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A04BC is #95FB43. Grayscale: #363636. Windows color (decimal): -9829188 or 12321898. OLE color: 12321898.

HSL color Cylindrical-coordinate representation of color #6A04BC: hue angle of 273.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A04BC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 4 188 -
CMYK 0.44 0.98 0 0.26
HSL 273.26º 0.96% 0.38% -
HSV(B) 273.26º 0.98% 0.74% -
XYZ 15.06 6.78 48.09 -
YUV 55.47 202.79 164.04 -
System Red Green Blue C M Y K H S L
Decimal 106 4 188 0.44 0.98 0 0.26 273.26 0.96 0.38
Hex 6A 4 BC 2C 62 0 1A 111 60 26
Octal 152 4 274 54 142 0 32 421 140 46
Binary 1101010 100 10111100 101100 1100010 0 11010 100010001 1100000 100110

Color Harmonies of #6A04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A04BC

Black with #6A04BC

Text Example


Text Example

White with #6A04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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