Html Css Color HEX #6304BC Purple Heart

📋 copy color: '#6304BC'

red 99 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #6304BC

Tints of Purple Heart #6304BC

RGB

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

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

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

R = 34.02%
G = 1.37%
B = 64.6%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6304BC (or 0x6304BC) is known color: Purple Heart. HEX triplet: 63, 04 and BC. RGB value is (99,4,188). Sum of RGB (Red+Green+Blue) = 99+4+188=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #6304BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304BC is #9CFB43. Grayscale: #343434. Windows color (decimal): -10287940 or 12321891. OLE color: 12321891.

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

Color convert

RGB 99 4 188 -
CMYK 0.47 0.98 0 0.26
HSL 270.98º 0.96% 0.38% -
HSV(B) 270.98º 0.98% 0.74% -
XYZ 14.27 6.37 48.05 -
YUV 53.38 203.97 160.54 -
System Red Green Blue C M Y K H S L
Decimal 99 4 188 0.47 0.98 0 0.26 270.98 0.96 0.38
Hex 63 4 BC 2F 62 0 1A 10F 60 26
Octal 143 4 274 57 142 0 32 417 140 46
Binary 1100011 100 10111100 101111 1100010 0 11010 100001111 1100000 100110

Color Harmonies of #6304BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6304BC

Black with #6304BC

Text Example


Text Example

White with #6304BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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