Html Css Color HEX #3E1CCB Purple Heart

📋 copy color: '#3E1CCB'

red 62 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #3E1CCB

Tints of Purple Heart #3E1CCB

RGB

 RED value IS 62 (24.61% from 255) = 21.16%

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 21.16%
G = 9.56%
B = 69.28%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E1CCB (or 0x3E1CCB) is known color: Purple Heart. HEX triplet: 3E, 1C and CB. RGB value is (62,28,203). Sum of RGB (Red+Green+Blue) = 62+28+203=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E1CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CCB is #C1E334. Grayscale: #393939. Windows color (decimal): -12706613 or 13311038. OLE color: 13311038.

HSL color Cylindrical-coordinate representation of color #3E1CCB: hue angle of 251.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1CCB is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 28 203 -
CMYK 0.69 0.86 0 0.20
HSL 251.66º 0.76% 0.45% -
HSV(B) 251.66º 0.86% 0.8% -
XYZ 13.18 6.17 57 -
YUV 58.12 209.76 130.77 -
System Red Green Blue C M Y K H S L
Decimal 62 28 203 0.69 0.86 0 0.20 251.66 0.76 0.45
Hex 3E 1C CB 45 56 0 14 FC 4C 2D
Octal 76 34 313 105 126 0 24 374 114 55
Binary 111110 11100 11001011 1000101 1010110 0 10100 11111100 1001100 101101

Color Harmonies of #3E1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1CCB

Black with #3E1CCB

Text Example


Text Example

White with #3E1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,28,203); }

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

background-color css

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

 a { background-color: rgb(62,28,203); }

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

border-color css

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

 span { border-color: rgb(62,28,203); }

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