Html Css Color HEX #3C04BC Purple Heart

📋 copy color: '#3C04BC'

red 60 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #3C04BC

Tints of Purple Heart #3C04BC

RGB

 RED value IS 60 (23.83% from 255) = 23.81%

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

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

R = 23.81%
G = 1.59%
B = 74.6%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C04BC (or 0x3C04BC) is known color: Purple Heart. HEX triplet: 3C, 04 and BC. RGB value is (60,4,188). Sum of RGB (Red+Green+Blue) = 60+4+188=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C04BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04BC is #C3FB43. Grayscale: #292929. Windows color (decimal): -12843844 or 12321852. OLE color: 12321852.

HSL color Cylindrical-coordinate representation of color #3C04BC: hue angle of 258.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 #3C04BC is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 4 188 -
CMYK 0.68 0.98 0 0.26
HSL 258.26º 0.96% 0.38% -
HSV(B) 258.26º 0.98% 0.74% -
XYZ 10.98 4.68 47.9 -
YUV 41.72 210.55 141.04 -
System Red Green Blue C M Y K H S L
Decimal 60 4 188 0.68 0.98 0 0.26 258.26 0.96 0.38
Hex 3C 4 BC 44 62 0 1A 102 60 26
Octal 74 4 274 104 142 0 32 402 140 46
Binary 111100 100 10111100 1000100 1100010 0 11010 100000010 1100000 100110

Color Harmonies of #3C04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04BC

Black with #3C04BC

Text Example


Text Example

White with #3C04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C04BC; }

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

 H1.HeaderClassName
 {
   color: #3C04BC;
 }
 .AnyTagClassName
 {
   color: #3C04BC;
 }
</style>

background-color css

<style>
 a { background-color: #3C04BC; }

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

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

border-color css

<style>
 span { border-color: #3C04BC; }

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

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