Html Css Color HEX #6927CA Purple Heart

📋 copy color: '#6927CA'

red 105 ◦ green 39 ◦ blue 202

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

Shades of Purple Heart #6927CA

Tints of Purple Heart #6927CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 30.35%
G = 11.27%
B = 58.38%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6927CA (or 0x6927CA) is known color: Purple Heart. HEX triplet: 69, 27 and CA. RGB value is (105,39,202). Sum of RGB (Red+Green+Blue) = 105+39+202=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #6927CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6927CA is #96D835. Grayscale: #4C4C4C. Windows color (decimal): -9885750 or 13248361. OLE color: 13248361.

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

Color convert

RGB 105 39 202 -
CMYK 0.48 0.81 0 0.21
HSL 264.29º 0.68% 0.47% -
HSV(B) 264.29º 0.81% 0.79% -
XYZ 17.21 8.72 56.65 -
YUV 77.32 198.37 147.75 -
System Red Green Blue C M Y K H S L
Decimal 105 39 202 0.48 0.81 0 0.21 264.29 0.68 0.47
Hex 69 27 CA 30 51 0 15 108 44 2F
Octal 151 47 312 60 121 0 25 410 104 57
Binary 1101001 100111 11001010 110000 1010001 0 10101 100001000 1000100 101111

Color Harmonies of #6927CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6927CA

Black with #6927CA

Text Example


Text Example

White with #6927CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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