Html Css Color HEX #6924CA Purple Heart

📋 copy color: '#6924CA'

red 105 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #6924CA

Tints of Purple Heart #6924CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.5%

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

R = 30.61%
G = 10.5%
B = 58.89%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6924CA (or 0x6924CA) is known color: Purple Heart. HEX triplet: 69, 24 and CA. RGB value is (105,36,202). Sum of RGB (Red+Green+Blue) = 105+36+202=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #6924CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6924CA is #96DB35. Grayscale: #4A4A4A. Windows color (decimal): -9886518 or 13247593. OLE color: 13247593.

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

Color convert

RGB 105 36 202 -
CMYK 0.48 0.82 0 0.21
HSL 264.94º 0.7% 0.47% -
HSV(B) 264.94º 0.82% 0.79% -
XYZ 17.12 8.53 56.62 -
YUV 75.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 105 36 202 0.48 0.82 0 0.21 264.94 0.7 0.47
Hex 69 24 CA 30 52 0 15 109 46 2F
Octal 151 44 312 60 122 0 25 411 106 57
Binary 1101001 100100 11001010 110000 1010010 0 10101 100001001 1000110 101111

Color Harmonies of #6924CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6924CA

Black with #6924CA

Text Example


Text Example

White with #6924CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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