Html Css Color HEX #7235CE Purple Heart

📋 copy color: '#7235CE'

red 114 ◦ green 53 ◦ blue 206

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

Shades of Purple Heart #7235CE

Tints of Purple Heart #7235CE

RGB

 RED value IS 114 (44.92% from 255) = 30.56%

 GREEN value IS 53 (21.09% from 255) = 14.21%

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

R = 30.56%
G = 14.21%
B = 55.23%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7235CE (or 0x7235CE) is known color: Purple Heart. HEX triplet: 72, 35 and CE. RGB value is (114,53,206). Sum of RGB (Red+Green+Blue) = 114+53+206=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7235CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7235CE is #8DCA31. Grayscale: #585858. Windows color (decimal): -9292338 or 13514098. OLE color: 13514098.

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

Color convert

RGB 114 53 206 -
CMYK 0.45 0.74 0 0.19
HSL 263.92º 0.61% 0.51% -
HSV(B) 263.92º 0.74% 0.81% -
XYZ 19.35 10.58 59.41 -
YUV 88.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 114 53 206 0.45 0.74 0 0.19 263.92 0.61 0.51
Hex 72 35 CE 2D 4A 0 13 108 3D 33
Octal 162 65 316 55 112 0 23 410 75 63
Binary 1110010 110101 11001110 101101 1001010 0 10011 100001000 111101 110011

Color Harmonies of #7235CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7235CE

Black with #7235CE

Text Example


Text Example

White with #7235CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,53,206); }

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

background-color css

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

 a { background-color: rgb(114,53,206); }

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

border-color css

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

 span { border-color: rgb(114,53,206); }

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