Html Css Color HEX #4315CE Purple Heart

📋 copy color: '#4315CE'

red 67 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #4315CE

Tints of Purple Heart #4315CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

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

R = 22.79%
G = 7.14%
B = 70.07%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4315CE (or 0x4315CE) is known color: Purple Heart. HEX triplet: 43, 15 and CE. RGB value is (67,21,206). Sum of RGB (Red+Green+Blue) = 67+21+206=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #4315CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315CE is #BCEA31. Grayscale: #373737. Windows color (decimal): -12380722 or 13505859. OLE color: 13505859.

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

Color convert

RGB 67 21 206 -
CMYK 0.67 0.90 0 0.19
HSL 254.92º 0.81% 0.45% -
HSV(B) 254.92º 0.9% 0.81% -
XYZ 13.72 6.19 58.86 -
YUV 55.84 212.74 135.96 -
System Red Green Blue C M Y K H S L
Decimal 67 21 206 0.67 0.90 0 0.19 254.92 0.81 0.45
Hex 43 15 CE 43 5A 0 13 FF 51 2D
Octal 103 25 316 103 132 0 23 377 121 55
Binary 1000011 10101 11001110 1000011 1011010 0 10011 11111111 1010001 101101

Color Harmonies of #4315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4315CE

Black with #4315CE

Text Example


Text Example

White with #4315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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