Html Css Color HEX #4310CD Purple Heart

📋 copy color: '#4310CD'

red 67 ◦ green 16 ◦ blue 205

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

Shades of Purple Heart #4310CD

Tints of Purple Heart #4310CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 23.26%
G = 5.56%
B = 71.18%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4310CD (or 0x4310CD) is known color: Purple Heart. HEX triplet: 43, 10 and CD. RGB value is (67,16,205). Sum of RGB (Red+Green+Blue) = 67+16+205=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #4310CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4310CD is #BCEF32. Grayscale: #343434. Windows color (decimal): -12382003 or 13439043. OLE color: 13439043.

HSL color Cylindrical-coordinate representation of color #4310CD: hue angle of 256.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4310CD is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 16 205 -
CMYK 0.67 0.92 0 0.20
HSL 256.19º 0.86% 0.43% -
HSV(B) 256.19º 0.92% 0.8% -
XYZ 13.52 5.97 58.2 -
YUV 52.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 67 16 205 0.67 0.92 0 0.20 256.19 0.86 0.43
Hex 43 10 CD 43 5C 0 14 100 56 2B
Octal 103 20 315 103 134 0 24 400 126 53
Binary 1000011 10000 11001101 1000011 1011100 0 10100 100000000 1010110 101011

Color Harmonies of #4310CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4310CD

Black with #4310CD

Text Example


Text Example

White with #4310CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4310CD; }

 p { color: rgb(67,16,205); }

 H1.HeaderClassName
 {
   color: #4310CD;
 }
 .AnyTagClassName
 {
   color: #4310CD;
 }
</style>

background-color css

<style>
 a { background-color: #4310CD; }

 a { background-color: rgb(67,16,205); }

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

border-color css

<style>
 span { border-color: #4310CD; }

 span { border-color: rgb(67,16,205); }

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