Html Css Color HEX #4231CD Purple Heart

📋 copy color: '#4231CD'

red 66 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #4231CD

Tints of Purple Heart #4231CD

RGB

 RED value IS 66 (26.17% from 255) = 20.63%

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 20.63%
G = 15.31%
B = 64.06%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4231CD (or 0x4231CD) is known color: Purple Heart. HEX triplet: 42, 31 and CD. RGB value is (66,49,205). Sum of RGB (Red+Green+Blue) = 66+49+205=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #4231CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231CD is #BDCE32. Grayscale: #474747. Windows color (decimal): -12439091 or 13447490. OLE color: 13447490.

HSL color Cylindrical-coordinate representation of color #4231CD: hue angle of 246.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4231CD is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 49 205 -
CMYK 0.68 0.76 0 0.20
HSL 246.54º 0.61% 0.5% -
HSV(B) 246.54º 0.76% 0.8% -
XYZ 14.36 7.76 58.5 -
YUV 71.87 203.13 123.82 -
System Red Green Blue C M Y K H S L
Decimal 66 49 205 0.68 0.76 0 0.20 246.54 0.61 0.5
Hex 42 31 CD 44 4C 0 14 F7 3D 32
Octal 102 61 315 104 114 0 24 367 75 62
Binary 1000010 110001 11001101 1000100 1001100 0 10100 11110111 111101 110010

Color Harmonies of #4231CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4231CD

Black with #4231CD

Text Example


Text Example

White with #4231CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,49,205); }

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

background-color css

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

 a { background-color: rgb(66,49,205); }

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

border-color css

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

 span { border-color: rgb(66,49,205); }

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