Html Css Color HEX #6923CB Purple Heart

📋 copy color: '#6923CB'

red 105 ◦ green 35 ◦ blue 203

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

Shades of Purple Heart #6923CB

Tints of Purple Heart #6923CB

RGB

 RED value IS 105 (41.41% from 255) = 30.61%

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

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

R = 30.61%
G = 10.2%
B = 59.18%

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

#6923CB (or 0x6923CB) is known color: Purple Heart. HEX triplet: 69, 23 and CB. RGB value is (105,35,203). Sum of RGB (Red+Green+Blue) = 105+35+203=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #6923CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6923CB is #96DC34. Grayscale: #4A4A4A. Windows color (decimal): -9886773 or 13312873. OLE color: 13312873.

HSL color Cylindrical-coordinate representation of color #6923CB: hue angle of 265º 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 #6923CB is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 35 203 -
CMYK 0.48 0.83 0 0.20
HSL 265º 0.71% 0.47% -
HSV(B) 265º 0.83% 0.8% -
XYZ 17.21 8.52 57.24 -
YUV 75.08 200.19 149.34 -
System Red Green Blue C M Y K H S L
Decimal 105 35 203 0.48 0.83 0 0.20 265 0.71 0.47
Hex 69 23 CB 30 53 0 14 109 47 2F
Octal 151 43 313 60 123 0 24 411 107 57
Binary 1101001 100011 11001011 110000 1010011 0 10100 100001001 1000111 101111

Color Harmonies of #6923CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6923CB

Black with #6923CB

Text Example


Text Example

White with #6923CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6923CB; }

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

 H1.HeaderClassName
 {
   color: #6923CB;
 }
 .AnyTagClassName
 {
   color: #6923CB;
 }
</style>

background-color css

<style>
 a { background-color: #6923CB; }

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

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

border-color css

<style>
 span { border-color: #6923CB; }

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

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