Html Css Color HEX #6304BA Purple Heart

📋 copy color: '#6304BA'

red 99 ◦ green 4 ◦ blue 186

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

Shades of Purple Heart #6304BA

Tints of Purple Heart #6304BA

RGB

 RED value IS 99 (39.06% from 255) = 34.26%

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 34.26%
G = 1.38%
B = 64.36%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6304BA (or 0x6304BA) is known color: Purple Heart. HEX triplet: 63, 04 and BA. RGB value is (99,4,186). Sum of RGB (Red+Green+Blue) = 99+4+186=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6304BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304BA is #9CFB45. Grayscale: #343434. Windows color (decimal): -10287942 or 12190819. OLE color: 12190819.

HSL color Cylindrical-coordinate representation of color #6304BA: hue angle of 271.32º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304BA is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 4 186 -
CMYK 0.47 0.98 0 0.27
HSL 271.32º 0.96% 0.37% -
HSV(B) 271.32º 0.98% 0.73% -
XYZ 14.05 6.28 46.93 -
YUV 53.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 99 4 186 0.47 0.98 0 0.27 271.32 0.96 0.37
Hex 63 4 BA 2F 62 0 1B 10F 60 25
Octal 143 4 272 57 142 0 33 417 140 45
Binary 1100011 100 10111010 101111 1100010 0 11011 100001111 1100000 100101

Color Harmonies of #6304BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6304BA

Black with #6304BA

Text Example


Text Example

White with #6304BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6304BA; }

 p { color: rgb(99,4,186); }

 H1.HeaderClassName
 {
   color: #6304BA;
 }
 .AnyTagClassName
 {
   color: #6304BA;
 }
</style>

background-color css

<style>
 a { background-color: #6304BA; }

 a { background-color: rgb(99,4,186); }

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

border-color css

<style>
 span { border-color: #6304BA; }

 span { border-color: rgb(99,4,186); }

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