Html Css Color HEX #6933CA Purple Heart

📋 copy color: '#6933CA'

red 105 ◦ green 51 ◦ blue 202

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

Shades of Purple Heart #6933CA

Tints of Purple Heart #6933CA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 29.33%
G = 14.25%
B = 56.42%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6933CA (or 0x6933CA) is known color: Purple Heart. HEX triplet: 69, 33 and CA. RGB value is (105,51,202). Sum of RGB (Red+Green+Blue) = 105+51+202=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6933CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933CA is #96CC35. Grayscale: #535353. Windows color (decimal): -9882678 or 13251433. OLE color: 13251433.

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

Color convert

RGB 105 51 202 -
CMYK 0.48 0.75 0 0.21
HSL 261.46º 0.6% 0.5% -
HSV(B) 261.46º 0.75% 0.79% -
XYZ 17.67 9.64 56.81 -
YUV 84.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 105 51 202 0.48 0.75 0 0.21 261.46 0.6 0.5
Hex 69 33 CA 30 4B 0 15 105 3C 32
Octal 151 63 312 60 113 0 25 405 74 62
Binary 1101001 110011 11001010 110000 1001011 0 10101 100000101 111100 110010

Color Harmonies of #6933CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6933CA

Black with #6933CA

Text Example


Text Example

White with #6933CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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