Html Css Color HEX #4330CE Purple Heart

📋 copy color: '#4330CE'

red 67 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #4330CE

Tints of Purple Heart #4330CE

RGB

 RED value IS 67 (26.56% from 255) = 20.87%

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 20.87%
G = 14.95%
B = 64.17%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4330CE (or 0x4330CE) is known color: Purple Heart. HEX triplet: 43, 30 and CE. RGB value is (67,48,206). Sum of RGB (Red+Green+Blue) = 67+48+206=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #4330CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330CE is #BCCF31. Grayscale: #474747. Windows color (decimal): -12373810 or 13512771. OLE color: 13512771.

HSL color Cylindrical-coordinate representation of color #4330CE: hue angle of 247.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4330CE is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 48 206 -
CMYK 0.67 0.77 0 0.19
HSL 247.22º 0.62% 0.5% -
HSV(B) 247.22º 0.77% 0.81% -
XYZ 14.51 7.76 59.13 -
YUV 71.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 67 48 206 0.67 0.77 0 0.19 247.22 0.62 0.5
Hex 43 30 CE 43 4D 0 13 F7 3E 32
Octal 103 60 316 103 115 0 23 367 76 62
Binary 1000011 110000 11001110 1000011 1001101 0 10011 11110111 111110 110010

Color Harmonies of #4330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330CE

Black with #4330CE

Text Example


Text Example

White with #4330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4330CE; }

 p { color: rgb(67,48,206); }

 H1.HeaderClassName
 {
   color: #4330CE;
 }
 .AnyTagClassName
 {
   color: #4330CE;
 }
</style>

background-color css

<style>
 a { background-color: #4330CE; }

 a { background-color: rgb(67,48,206); }

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

border-color css

<style>
 span { border-color: #4330CE; }

 span { border-color: rgb(67,48,206); }

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