Html Css Color HEX #7238DB Purple Heart

📋 copy color: '#7238DB'

red 114 ◦ green 56 ◦ blue 219

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

Shades of Purple Heart #7238DB

Tints of Purple Heart #7238DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 29.31%
G = 14.4%
B = 56.3%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7238DB (or 0x7238DB) is known color: Purple Heart. HEX triplet: 72, 38 and DB. RGB value is (114,56,219). Sum of RGB (Red+Green+Blue) = 114+56+219=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #7238DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238DB is #8DC724. Grayscale: #5B5B5B. Windows color (decimal): -9291557 or 14366834. OLE color: 14366834.

HSL color Cylindrical-coordinate representation of color #7238DB: hue angle of 261.35º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7238DB is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 56 219 -
CMYK 0.48 0.74 0 0.14
HSL 261.35º 0.69% 0.54% -
HSV(B) 261.35º 0.74% 0.86% -
XYZ 21.14 11.52 68.13 -
YUV 91.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 114 56 219 0.48 0.74 0 0.14 261.35 0.69 0.54
Hex 72 38 DB 30 4A 0 E 105 45 36
Octal 162 70 333 60 112 0 16 405 105 66
Binary 1110010 111000 11011011 110000 1001010 0 1110 100000101 1000101 110110

Color Harmonies of #7238DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7238DB

Black with #7238DB

Text Example


Text Example

White with #7238DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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