Html Css Color HEX #6934CD Purple Heart

📋 copy color: '#6934CD'

red 105 ◦ green 52 ◦ blue 205

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

Shades of Purple Heart #6934CD

Tints of Purple Heart #6934CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 29.01%
G = 14.36%
B = 56.63%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6934CD (or 0x6934CD) is known color: Purple Heart. HEX triplet: 69, 34 and CD. RGB value is (105,52,205). Sum of RGB (Red+Green+Blue) = 105+52+205=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #6934CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6934CD is #96CB32. Grayscale: #545454. Windows color (decimal): -9882419 or 13448297. OLE color: 13448297.

HSL color Cylindrical-coordinate representation of color #6934CD: hue angle of 260.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6934CD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 52 205 -
CMYK 0.49 0.75 0 0.20
HSL 260.78º 0.6% 0.5% -
HSV(B) 260.78º 0.75% 0.8% -
XYZ 18.07 9.87 58.71 -
YUV 85.29 195.56 142.06 -
System Red Green Blue C M Y K H S L
Decimal 105 52 205 0.49 0.75 0 0.20 260.78 0.6 0.5
Hex 69 34 CD 31 4B 0 14 105 3C 32
Octal 151 64 315 61 113 0 24 405 74 62
Binary 1101001 110100 11001101 110001 1001011 0 10100 100000101 111100 110010

Color Harmonies of #6934CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6934CD

Black with #6934CD

Text Example


Text Example

White with #6934CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6934CD; }

 p { color: rgb(105,52,205); }

 H1.HeaderClassName
 {
   color: #6934CD;
 }
 .AnyTagClassName
 {
   color: #6934CD;
 }
</style>

background-color css

<style>
 a { background-color: #6934CD; }

 a { background-color: rgb(105,52,205); }

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

border-color css

<style>
 span { border-color: #6934CD; }

 span { border-color: rgb(105,52,205); }

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