Html Css Color HEX #6204BC Purple Heart

📋 copy color: '#6204BC'

red 98 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #6204BC

Tints of Purple Heart #6204BC

RGB

 RED value IS 98 (38.67% from 255) = 33.79%

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

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

R = 33.79%
G = 1.38%
B = 64.83%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6204BC (or 0x6204BC) is known color: Purple Heart. HEX triplet: 62, 04 and BC. RGB value is (98,4,188). Sum of RGB (Red+Green+Blue) = 98+4+188=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #6204BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204BC is #9DFB43. Grayscale: #343434. Windows color (decimal): -10353476 or 12321890. OLE color: 12321890.

HSL color Cylindrical-coordinate representation of color #6204BC: hue angle of 270.65º 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 #6204BC is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 4 188 -
CMYK 0.48 0.98 0 0.26
HSL 270.65º 0.96% 0.38% -
HSV(B) 270.65º 0.98% 0.74% -
XYZ 14.16 6.31 48.05 -
YUV 53.08 204.14 160.04 -
System Red Green Blue C M Y K H S L
Decimal 98 4 188 0.48 0.98 0 0.26 270.65 0.96 0.38
Hex 62 4 BC 30 62 0 1A 10F 60 26
Octal 142 4 274 60 142 0 32 417 140 46
Binary 1100010 100 10111100 110000 1100010 0 11010 100001111 1100000 100110

Color Harmonies of #6204BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6204BC

Black with #6204BC

Text Example


Text Example

White with #6204BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6204BC; }

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

 H1.HeaderClassName
 {
   color: #6204BC;
 }
 .AnyTagClassName
 {
   color: #6204BC;
 }
</style>

background-color css

<style>
 a { background-color: #6204BC; }

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

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

border-color css

<style>
 span { border-color: #6204BC; }

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

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