Html Css Color HEX #6A23CB Purple Heart

📋 copy color: '#6A23CB'

red 106 ◦ green 35 ◦ blue 203

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

Shades of Purple Heart #6A23CB

Tints of Purple Heart #6A23CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 30.81%
G = 10.17%
B = 59.01%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A23CB (or 0x6A23CB) is known color: Purple Heart. HEX triplet: 6A, 23 and CB. RGB value is (106,35,203). Sum of RGB (Red+Green+Blue) = 106+35+203=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A23CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A23CB is #95DC34. Grayscale: #4A4A4A. Windows color (decimal): -9821237 or 13312874. OLE color: 13312874.

HSL color Cylindrical-coordinate representation of color #6A23CB: hue angle of 265.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A23CB is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 35 203 -
CMYK 0.48 0.83 0 0.20
HSL 265.36º 0.71% 0.47% -
HSV(B) 265.36º 0.83% 0.8% -
XYZ 17.32 8.58 57.24 -
YUV 75.38 200.02 149.84 -
System Red Green Blue C M Y K H S L
Decimal 106 35 203 0.48 0.83 0 0.20 265.36 0.71 0.47
Hex 6A 23 CB 30 53 0 14 109 47 2F
Octal 152 43 313 60 123 0 24 411 107 57
Binary 1101010 100011 11001011 110000 1010011 0 10100 100001001 1000111 101111

Color Harmonies of #6A23CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A23CB

Black with #6A23CB

Text Example


Text Example

White with #6A23CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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