Html Css Color HEX #6A23DF Purple Heart

📋 copy color: '#6A23DF'

red 106 ◦ green 35 ◦ blue 223

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

Shades of Purple Heart #6A23DF

Tints of Purple Heart #6A23DF

RGB

 RED value IS 106 (41.8% from 255) = 29.12%

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 29.12%
G = 9.62%
B = 61.26%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A23DF (or 0x6A23DF) is known color: Purple Heart. HEX triplet: 6A, 23 and DF. RGB value is (106,35,223). Sum of RGB (Red+Green+Blue) = 106+35+223=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A23DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A23DF is #95DC20. Grayscale: #4C4C4C. Windows color (decimal): -9821217 or 14623594. OLE color: 14623594.

HSL color Cylindrical-coordinate representation of color #6A23DF: hue angle of 262.66º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A23DF is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 35 223 -
CMYK 0.52 0.84 0 0.13
HSL 262.66º 0.75% 0.51% -
HSV(B) 262.66º 0.84% 0.87% -
XYZ 19.86 9.59 70.62 -
YUV 77.66 210.02 148.21 -
System Red Green Blue C M Y K H S L
Decimal 106 35 223 0.52 0.84 0 0.13 262.66 0.75 0.51
Hex 6A 23 DF 34 54 0 D 107 4B 33
Octal 152 43 337 64 124 0 15 407 113 63
Binary 1101010 100011 11011111 110100 1010100 0 1101 100000111 1001011 110011

Color Harmonies of #6A23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A23DF

Black with #6A23DF

Text Example


Text Example

White with #6A23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A23DF; }

 p { color: rgb(106,35,223); }

 H1.HeaderClassName
 {
   color: #6A23DF;
 }
 .AnyTagClassName
 {
   color: #6A23DF;
 }
</style>

background-color css

<style>
 a { background-color: #6A23DF; }

 a { background-color: rgb(106,35,223); }

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

border-color css

<style>
 span { border-color: #6A23DF; }

 span { border-color: rgb(106,35,223); }

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