Html Css Color HEX #7238CD Purple Heart

📋 copy color: '#7238CD'

red 114 ◦ green 56 ◦ blue 205

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

Shades of Purple Heart #7238CD

Tints of Purple Heart #7238CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.93%

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

R = 30.4%
G = 14.93%
B = 54.67%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7238CD (or 0x7238CD) is known color: Purple Heart. HEX triplet: 72, 38 and CD. RGB value is (114,56,205). Sum of RGB (Red+Green+Blue) = 114+56+205=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #7238CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238CD is #8DC732. Grayscale: #595959. Windows color (decimal): -9291571 or 13449330. OLE color: 13449330.

HSL color Cylindrical-coordinate representation of color #7238CD: hue angle of 263.36º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7238CD is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 56 205 -
CMYK 0.44 0.73 0 0.20
HSL 263.36º 0.6% 0.51% -
HSV(B) 263.36º 0.73% 0.8% -
XYZ 19.37 10.81 58.82 -
YUV 90.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 114 56 205 0.44 0.73 0 0.20 263.36 0.6 0.51
Hex 72 38 CD 2C 49 0 14 107 3C 33
Octal 162 70 315 54 111 0 24 407 74 63
Binary 1110010 111000 11001101 101100 1001001 0 10100 100000111 111100 110011

Color Harmonies of #7238CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7238CD

Black with #7238CD

Text Example


Text Example

White with #7238CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,56,205); }

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

background-color css

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

 a { background-color: rgb(114,56,205); }

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

border-color css

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

 span { border-color: rgb(114,56,205); }

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