Html Css Color HEX #3C03BD Purple Heart

📋 copy color: '#3C03BD'

red 60 ◦ green 3 ◦ blue 189

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

Shades of Purple Heart #3C03BD

Tints of Purple Heart #3C03BD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 189 (74.22% from 255) = 75%

R = 23.81%
G = 1.19%
B = 75%

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

#3C03BD (or 0x3C03BD) is known color: Purple Heart. HEX triplet: 3C, 03 and BD. RGB value is (60,3,189). Sum of RGB (Red+Green+Blue) = 60+3+189=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C03BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03BD is #C3FC42. Grayscale: #282828. Windows color (decimal): -12844099 or 12387132. OLE color: 12387132.

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

Color convert

RGB 60 3 189 -
CMYK 0.68 0.98 0 0.26
HSL 258.39º 0.97% 0.38% -
HSV(B) 258.39º 0.98% 0.74% -
XYZ 11.08 4.7 48.47 -
YUV 41.25 211.38 141.38 -
System Red Green Blue C M Y K H S L
Decimal 60 3 189 0.68 0.98 0 0.26 258.39 0.97 0.38
Hex 3C 3 BD 44 62 0 1A 102 61 26
Octal 74 3 275 104 142 0 32 402 141 46
Binary 111100 11 10111101 1000100 1100010 0 11010 100000010 1100001 100110

Color Harmonies of #3C03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C03BD

Black with #3C03BD

Text Example


Text Example

White with #3C03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,3,189); }

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

background-color css

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

 a { background-color: rgb(60,3,189); }

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

border-color css

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

 span { border-color: rgb(60,3,189); }

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