Html Css Color HEX #6023DA Purple Heart

📋 copy color: '#6023DA'

red 96 ◦ green 35 ◦ blue 218

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

Shades of Purple Heart #6023DA

Tints of Purple Heart #6023DA

RGB

 RED value IS 96 (37.89% from 255) = 27.51%

 GREEN value IS 35 (14.06% from 255) = 10.03%

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 27.51%
G = 10.03%
B = 62.46%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6023DA (or 0x6023DA) is known color: Purple Heart. HEX triplet: 60, 23 and DA. RGB value is (96,35,218). Sum of RGB (Red+Green+Blue) = 96+35+218=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #6023DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023DA is #9FDC25. Grayscale: #494949. Windows color (decimal): -10476582 or 14295904. OLE color: 14295904.

HSL color Cylindrical-coordinate representation of color #6023DA: hue angle of 260º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6023DA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 35 218 -
CMYK 0.56 0.84 0 0.15
HSL 260º 0.72% 0.5% -
HSV(B) 260º 0.84% 0.85% -
XYZ 18.08 8.75 67.07 -
YUV 74.1 209.21 143.62 -
System Red Green Blue C M Y K H S L
Decimal 96 35 218 0.56 0.84 0 0.15 260 0.72 0.5
Hex 60 23 DA 38 54 0 F 104 48 32
Octal 140 43 332 70 124 0 17 404 110 62
Binary 1100000 100011 11011010 111000 1010100 0 1111 100000100 1001000 110010

Color Harmonies of #6023DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023DA

Black with #6023DA

Text Example


Text Example

White with #6023DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6023DA; }

 p { color: rgb(96,35,218); }

 H1.HeaderClassName
 {
   color: #6023DA;
 }
 .AnyTagClassName
 {
   color: #6023DA;
 }
</style>

background-color css

<style>
 a { background-color: #6023DA; }

 a { background-color: rgb(96,35,218); }

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

border-color css

<style>
 span { border-color: #6023DA; }

 span { border-color: rgb(96,35,218); }

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