Html Css Color HEX #6920CB Purple Heart

📋 copy color: '#6920CB'

red 105 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #6920CB

Tints of Purple Heart #6920CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 30.88%
G = 9.41%
B = 59.71%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6920CB (or 0x6920CB) is known color: Purple Heart. HEX triplet: 69, 20 and CB. RGB value is (105,32,203). Sum of RGB (Red+Green+Blue) = 105+32+203=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6920CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6920CB is #96DF34. Grayscale: #484848. Windows color (decimal): -9887541 or 13312105. OLE color: 13312105.

HSL color Cylindrical-coordinate representation of color #6920CB: hue angle of 265.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6920CB is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 32 203 -
CMYK 0.48 0.84 0 0.20
HSL 265.61º 0.73% 0.46% -
HSV(B) 265.61º 0.84% 0.8% -
XYZ 17.12 8.35 57.21 -
YUV 73.32 201.18 150.6 -
System Red Green Blue C M Y K H S L
Decimal 105 32 203 0.48 0.84 0 0.20 265.61 0.73 0.46
Hex 69 20 CB 30 54 0 14 10A 49 2E
Octal 151 40 313 60 124 0 24 412 111 56
Binary 1101001 100000 11001011 110000 1010100 0 10100 100001010 1001001 101110

Color Harmonies of #6920CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6920CB

Black with #6920CB

Text Example


Text Example

White with #6920CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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