Html Css Color HEX #6920CA Purple Heart

📋 copy color: '#6920CA'

red 105 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #6920CA

Tints of Purple Heart #6920CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.59%

R = 30.97%
G = 9.44%
B = 59.59%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6920CA (or 0x6920CA) is known color: Purple Heart. HEX triplet: 69, 20 and CA. RGB value is (105,32,202). Sum of RGB (Red+Green+Blue) = 105+32+202=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #6920CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6920CA is #96DF35. Grayscale: #484848. Windows color (decimal): -9887542 or 13246569. OLE color: 13246569.

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

Color convert

RGB 105 32 202 -
CMYK 0.48 0.84 0 0.21
HSL 265.76º 0.73% 0.46% -
HSV(B) 265.76º 0.84% 0.79% -
XYZ 17 8.3 56.58 -
YUV 73.21 200.68 150.68 -
System Red Green Blue C M Y K H S L
Decimal 105 32 202 0.48 0.84 0 0.21 265.76 0.73 0.46
Hex 69 20 CA 30 54 0 15 10A 49 2E
Octal 151 40 312 60 124 0 25 412 111 56
Binary 1101001 100000 11001010 110000 1010100 0 10101 100001010 1001001 101110

Color Harmonies of #6920CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6920CA

Black with #6920CA

Text Example


Text Example

White with #6920CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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