Html Css Color HEX #3C0DC8 Purple Heart

📋 copy color: '#3C0DC8'

red 60 ◦ green 13 ◦ blue 200

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

Shades of Purple Heart #3C0DC8

Tints of Purple Heart #3C0DC8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 200 (78.52% from 255) = 73.26%

R = 21.98%
G = 4.76%
B = 73.26%

CMYK

 C value IS 0.7

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3C0DC8 (or 0x3C0DC8) is known color: Purple Heart. HEX triplet: 3C, 0D and C8. RGB value is (60,13,200). Sum of RGB (Red+Green+Blue) = 60+13+200=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 200 (78.52% from 255 or 73.26% from 273); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C0DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DC8 is #C3F237. Grayscale: #2F2F2F. Windows color (decimal): -12841528 or 13110588. OLE color: 13110588.

HSL color Cylindrical-coordinate representation of color #3C0DC8: hue angle of 255.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DC8 is Cyan = 0.7, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 13 200 -
CMYK 0.7 0.94 0 0.22
HSL 255.08º 0.88% 0.42% -
HSV(B) 255.08º 0.94% 0.78% -
XYZ 12.43 5.42 55.03 -
YUV 48.37 213.57 136.29 -
System Red Green Blue C M Y K H S L
Decimal 60 13 200 0.7 0.94 0 0.22 255.08 0.88 0.42
Hex 3C D C8 46 5E 0 16 FF 58 2A
Octal 74 15 310 106 136 0 26 377 130 52
Binary 111100 1101 11001000 1000110 1011110 0 10110 11111111 1011000 101010

Color Harmonies of #3C0DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0DC8

Black with #3C0DC8

Text Example


Text Example

White with #3C0DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,13,200); }

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

background-color css

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

 a { background-color: rgb(60,13,200); }

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

border-color css

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

 span { border-color: rgb(60,13,200); }

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